home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
rooftopmadness.swf
/
scripts
/
frame_44
/
PlaceObject2_182_187
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-05-23
|
391 b
|
21 lines
onClipEvent(enterFrame){
if(this.hitTest(_level0.santa))
{
tellTarget("_level0.Santa.sleigh")
{
play();
}
setProperty("_level0.santa", _Y, _level0.santa._y - 10);
}
setProperty(this, _yscale, fScale);
if(20 >= fScale)
{
fPlus = 10;
}
else if(fScale >= 200)
{
fPlus = -10;
}
fScale += fPlus;
}